Skip to left side bar
>
  • Lime
  • Éditer
  • Vue
  • Courir
  • Noyau
  • Latex
  • Onglets
  • Paramètres
  • Aide
Utilisation du processeur
206%
Utilisation du disque
39600128%

Cliquez pour gérer votre espace de stockage
Utilisation actuelle : 1 % de 5 Go

Grains : 3 / 10
Applis : 0 / 0
Aidez-nous à nous améliorer
Mise à niveau
Un
PyPI Manager

Avertissement

L’équipe de développement de JupyterLab est ravie d’avoir un communauté d’extensions tierces. Cependant, nous n’examinons pas extensions tierces, et certaines extensions peuvent introduire des mesures de sécurité risques ou contenir un code malveillant qui s’exécute sur votre machine. De plus, afin Pour fonctionner, ce panneau doit récupérer des données à partir de services Web. Acceptez-vous de Activer cette fonctionnalité ?
Veuillez lire la politique de confidentialité.

Installé

Aucune entrée

Discover

Aucune entrée

Untitled.ipynb

Pas de titres

La table des matières affiche les en-têtes dans les carnets et les fichiers pris en charge.

Ouvrir les onglets

    Noyaux

    • localnb.anaconda.cloud
      • anaconda-2024.02-py31069D60C09-9D9D-4E21-8264-6C1D868D5D8E
        • Sans titre.ipynb51008800-4780-4DF6-BF31-35C0D2CA22CD
      • panneau anaconda-2023.05-py3103EAF5FC5-6457-46F3-8B14-4341E5773A3F
        • Sans titre3.ipynbRéférence 74343212-8B76-49F7-A635-F70E41EF22C1
      • panneau anaconda-2023.05-py31022B1A0D6-898C-45CD-B796-980418C85F60
        • Sans titre4.ipynbD1F151AE-4BBE-47E2-9313-38520412E81C
    • lointainCoupé

    Serveurs de langues

      Bornes

        Boîte à outils Anaconda

        Anaconda
        Votre boîte à outils pour les projets Python

        Anaconda Cloud

        Créer un nouveau projet

        Créer un bloc-notes

        Mes projets

        Extraits de code

        Gérer les extraits de code

        Assistant IA Anaconda

        Aide Python basée sur le chat

        /
        Name
        ...
        Last Modified
        File Size
          [ ]:
          nun=10
          [ ]:
          str1 = "Ahamed"
          [ ]:
          str2 = "Mamadou"
          [1]:
          str3 = str1 + str2
          ---------------------------------------------------------------------------
          NameError                                 Traceback (most recent call last)
          Cell In[1], line 1
          ----> 1 str3 = str1+str2
          
          NameError: name 'str1' is not defined
          [4]:
          str3
          ---------------------------------------------------------------------------
          NameError                                 Traceback (most recent call last)
          Cell In[4], line 1
          ----> 1 str3
          
          NameError: name 'str3' is not defined
          [ ]:
          var1="ENSAE"
          [ ]:
          var2=2025
          [1]:
          var3=str(var1)+var2
          [0 ; 31 m---------------------------------------------------------------------------[0 m
          [14]:
          string = "datasciencedatasiencedatasciencedatasciencedatasciencedatasciencedatasciencedatasciencedatascience"
          [16]:
          strig[29]
          ---------------------------------------------------------------------------
          NameError                                 Traceback (most recent call last)
          Cell In[16], line 1
          ----> 1 strig[29]
          
          NameError: name 'strig' is not defined
          [18]:
          String = "datascience"
          [19]:
          string[2]
          [19]:
          't'
          [28]:
          string = "azertyuiopazertyuiopazertyuiopazertyuiopazertyuiopazertyuiopazertyuiopazertyuiopazertyuiopazertyuiop"
          [21]:
          string[29]
          [21]:
          'p'
          [22]:
          string[99]
          [22]:
          'p'
          [23]:
          string[-1]
          [23]:
          'p'
          [29]:
          string[::-1]

          [29]:
          'poiuytrezapoiuytrezapoiuytrezapoiuytrezapoiuytrezapoiuytrezapoiuytrezapoiuytrezapoiuytrezapoiuytreza'
          [30]:
          ma_liste = list(range(1,101))
          [31]:
          print(ma_liste)
          [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100]
          
          [32]:
          ma_liste[29]
          [32]:
          30
          [33]:
          ma_liste[99]
          [33]:
          100
          [34]:
          ma_liste[-1]
          [34]:
          100
          [35]:
          ma_liste[::-1]
          [35]:
          [100,
           99,
           98,
           97,
           96,
           95,
           94,
           93,
           92,
           91,
           90,
           89,
           88,
           87,
           86,
           85,
           84,
           83,
           82,
           81,
           80,
           79,
           78,
           77,
           76,
           75,
           74,
           73,
           72,
           71,
           70,
           69,
           68,
           67,
           66,
           65,
           64,
           63,
           62,
           61,
           60,
           59,
           58,
           57,
           56,
           55,
           54,
           53,
           52,
           51,
           50,
           49,
           48,
           47,
           46,
           45,
           44,
           43,
           42,
           41,
           40,
           39,
           38,
           37,
           36,
           35,
           34,
           33,
           32,
           31,
           30,
           29,
           28,
           27,
           26,
           25,
           24,
           23,
           22,
           21,
           20,
           19,
           18,
           17,
           16,
           15,
           14,
           13,
           12,
           11,
           10,
           9,
           8,
           7,
           6,
           5,
           4,
           3,
           2,
           1]
          [36]:
          ma_liste.reverse()
          [37]:
          ma_liste
          [37]:
          [100,
           99,
           98,
           97,
           96,
           95,
           94,
           93,
           92,
           91,
           90,
           89,
           88,
           87,
           86,
           85,
           84,
           83,
           82,
           81,
           80,
           79,
           78,
           77,
           76,
           75,
           74,
           73,
           72,
           71,
           70,
           69,
           68,
           67,
           66,
           65,
           64,
           63,
           62,
           61,
           60,
           59,
           58,
           57,
           56,
           55,
           54,
           53,
           52,
           51,
           50,
           49,
           48,
           47,
           46,
           45,
           44,
           43,
           42,
           41,
           40,
           39,
           38,
           37,
           36,
           35,
           34,
           33,
           32,
           31,
           30,
           29,
           28,
           27,
           26,
           25,
           24,
           23,
           22,
           21,
           20,
           19,
           18,
           17,
           16,
           15,
           14,
           13,
           12,
           11,
           10,
           9,
           8,
           7,
           6,
           5,
           4,
           3,
           2,
           1]
          [40]:
          del ma_liste[74]
          [39]:
          ma_liste
          [39]:
          [100,
           99,
           98,
           97,
           96,
           95,
           94,
           93,
           92,
           91,
           90,
           89,
           88,
           87,
           86,
           85,
           84,
           83,
           82,
           81,
           80,
           79,
           78,
           77,
           76,
           75,
           74,
           73,
           72,
           71,
           70,
           69,
           68,
           67,
           66,
           65,
           64,
           63,
           62,
           61,
           60,
           59,
           58,
           57,
           56,
           55,
           54,
           53,
           52,
           51,
           50,
           49,
           48,
           47,
           46,
           45,
           44,
           43,
           42,
           41,
           40,
           39,
           38,
           37,
           36,
           35,
           34,
           33,
           32,
           31,
           30,
           29,
           28,
           27,
           26,
           24,
           23,
           22,
           21,
           20,
           19,
           18,
           17,
           16,
           15,
           14,
           13,
           12,
           11,
           10,
           9,
           8,
           7,
           6,
           5,
           4,
           3,
           2,
           1]
          [41]:
          ma_liste.reverse()
          [42]:
          ma_liste
          [42]:
          [1,
           2,
           3,
           4,
           5,
           6,
           7,
           8,
           9,
           10,
           11,
           12,
           13,
           14,
           15,
           16,
           17,
           18,
           19,
           20,
           21,
           22,
           23,
           24,
           27,
           28,
           29,
           30,
           31,
           32,
           33,
           34,
           35,
           36,
           37,
           38,
           39,
           40,
           41,
           42,
           43,
           44,
           45,
           46,
           47,
           48,
           49,
           50,
           51,
           52,
           53,
           54,
           55,
           56,
           57,
           58,
           59,
           60,
           61,
           62,
           63,
           64,
           65,
           66,
           67,
           68,
           69,
           70,
           71,
           72,
           73,
           74,
           75,
           76,
           77,
           78,
           79,
           80,
           81,
           82,
           83,
           84,
           85,
           86,
           87,
           88,
           89,
           90,
           91,
           92,
           93,
           94,
           95,
           96,
           97,
           98,
           99,
           100]
          [43]:
          del ma_liste[74]
          [44]:
          ma_liste
          [44]:
          [1,
           2,
           3,
           4,
           5,
           6,
           7,
           8,
           9,
           10,
           11,
           12,
           13,
           14,
           15,
           16,
           17,
           18,
           19,
           20,
           21,
           22,
           23,
           24,
           27,
           28,
           29,
           30,
           31,
           32,
           33,
           34,
           35,
           36,
           37,
           38,
           39,
           40,
           41,
           42,
           43,
           44,
           45,
           46,
           47,
           48,
           49,
           50,
           51,
           52,
           53,
           54,
           55,
           56,
           57,
           58,
           59,
           60,
           61,
           62,
           63,
           64,
           65,
           66,
           67,
           68,
           69,
           70,
           71,
           72,
           73,
           74,
           75,
           76,
           78,
           79,
           80,
           81,
           82,
           83,
           84,
           85,
           86,
           87,
           88,
           89,
           90,
           91,
           92,
           93,
           94,
           95,
           96,
           97,
           98,
           99,
           100]
          [45]:
          len(ma_liste)
          [45]:
          97
          [4]:
          ma_liste[:-5]
          [4]:
          [1,
           2,
           3,
           4,
           5,
           6,
           7,
           8,
           9,
           10,
           11,
           12,
           13,
           14,
           15,
           16,
           17,
           18,
           19,
           20,
           21,
           22,
           23,
           24,
           25,
           26,
           27,
           28,
           29,
           30,
           31,
           32,
           33,
           34,
           35,
           36,
           37,
           38,
           39,
           40,
           41,
           42,
           43,
           44,
           45,
           46,
           47,
           48,
           49,
           50,
           51,
           52,
           53,
           54,
           55,
           56,
           57,
           58,
           59,
           60,
           61,
           62,
           63,
           64,
           65,
           66,
           67,
           68,
           69,
           70,
           71,
           72,
           73,
           74,
           75,
           76,
           77,
           78,
           79,
           80,
           81,
           82,
           83,
           84,
           85,
           86,
           87,
           88,
           89,
           90,
           91,
           92,
           93,
           94,
           95,
           96,
           97,
           98,
           99,
           100,
           101,
           102,
           103,
           104,
           105,
           106,
           107,
           108,
           109,
           110,
           111,
           112,
           113,
           114,
           115,
           116,
           117,
           118,
           119,
           120,
           121,
           122,
           123,
           124,
           125,
           126,
           127,
           128,
           129,
           130,
           131,
           132,
           133,
           134,
           135,
           136,
           137,
           138,
           139,
           140,
           141,
           142,
           143,
           144,
           145,
           146,
           147,
           148,
           149,
           150,
           151,
           152,
           153,
           154,
           155,
           156,
           157,
           158,
           159,
           160,
           161,
           162,
           163,
           164,
           165,
           166,
           167,
           168,
           169,
           170,
           171,
           172,
           173,
           174,
           175,
           176,
           177,
           178,
           179,
           180,
           181,
           182,
           183,
           184,
           185,
           186,
           187,
           188,
           189,
           190,
           191,
           192,
           193,
           194,
           195]
          [6]:
          age = [23,19,18,30,21,19,21,20,10]
          [7]:
          age.reverse()
          [8]:
          age
          [8]:
          [10, 20, 21, 19, 21, 30, 18, 19, 23]
          [10]:
          age.apprend()
          ---------------------------------------------------------------------------
          AttributeError                            Traceback (most recent call last)
          Cell In[10], line 1
          ----> 1 age.apprend()
          
          AttributeError: 'list' object has no attribute 'apprend'
          [12]:

          [12]:
          [12]
          [13]:
          age.insert(5, "12")
          [14]:
          age
          [14]:
          [10, 20, 21, 19, 21, '12', 30, 18, 19, 23]
          [15]:
          del age[6]
          [16]:
          age
          [16]:
          [10, 20, 21, 19, 21, '12', 18, 19, 23]
          [18]:
          age[1:3]
          [18]:
          [20, 21]
          [19]:
          age[:2]
          [19]:
          [10, 20]
          [20]:
          age[3:]
          [20]:
          [19, 21, '12', 18, 19, 23]
          [ ]:

          • Sans titre.ipynb
          Common Tools
          No metadata.
          Advanced Tools
          No metadata.

          -

          Variables

          Pile d’appels

            Points d’arrêt

            Source

            9
            1

            Sources du noyau

            Anaconda Assistant
            4.14.0
            Déboguer l’erreur à l’aide de la cellule d’erreur et de la sortie d’erreur : KernelReplyNotOK : L’objet AttributeError 'str' n’a pas d’attribut 'reverse'
            L’erreur se produit parce que les chaînes en Python n’ont pas de méthode 'reverse()'. La méthode 'reverse()' est disponible pour les listes, pas pour les chaînes de caractères. Pour inverser une chaîne en Python, vous avez plusieurs options : 1. Utilisez le découpage de corde avec une étape négative : 'string[ ::-1]' 2. Convertissez la chaîne en liste, inversez-la et joignez-la à nouveau Souhaitez-vous que je fournisse le code corrigé ?
            ​
            Select context
            Bavarder
            16%
            plein
              0
              1
              💻︎ anaconda-2024.02-py310 | Oisif
              Uploading…

              0
              Anglais (États-Unis)
              Sans titre.ipynb
              Spaces: 4
              Ln 1, Col 9
              Mode : Commande
              Aide
              Soumettre une demande
              Kernel status: Idle
              • Assistant
              • Open Anaconda Assistant
                Ctrl+Shift+A
              • Console
              • Change Kernel…
              • Clear Console Cells
              • Close and Shut Down…
              • Insert Line Break
              • Interrupt Kernel
              • New Console
              • Restart Kernel…
              • Run Cell (forced)
              • Run Cell (unforced)
              • Show All Kernel Activity
              • Debugger
              • Breakpoints on exception
              • Evaluate Code
                Evaluate Code
              • Next
                Next
                F10
              • Pause
                Pause
                F9
              • Step In
                Step In
                F11
              • Step Out
                Step Out
                Shift+F11
              • Terminate
                Terminate
                Shift+F9
              • Display Languages
              • Arabic (Saudi Arabia) - العربية (المملكة العربية السعودية)
                Arabic (Saudi Arabia) - العربية (المملكة العربية السعودية)
              • Armenian (Armenia) - Հայերեն (Հայաստան)
                Armenian (Armenia) - Հայերեն (Հայաստան)
              • Catalan (Spain) - Català (Espanya)
                Catalan (Spain) - Català (Espanya)
              • Chinese (Simplified, China) - 中文 (简体, 中国)
                Chinese (Simplified, China) - 中文 (简体, 中国)
              • Chinese (Traditional, Taiwan) - 中文 (繁體, 台灣)
                Chinese (Traditional, Taiwan) - 中文 (繁體, 台灣)
              • Czech (Czechia) - Čeština (Česko)
                Czech (Czechia) - Čeština (Česko)
              • Danish (Denmark) - Dansk (Danmark)
                Danish (Denmark) - Dansk (Danmark)
              • Dutch (Netherlands) - Nederlands (Nederland)
                Dutch (Netherlands) - Nederlands (Nederland)
              • En - No_NO
                En - No_NO
              • English
                English
              • Estonian (Estonia) - Eesti (Eesti)
                Estonian (Estonia) - Eesti (Eesti)
              • Finnish (Finland) - Suomi (Suomi)
                Finnish (Finland) - Suomi (Suomi)
              • French (France) - Français (France)
                French (France) - Français (France)
              • German (Germany) - Deutsch (Deutschland)
                German (Germany) - Deutsch (Deutschland)
              • Greek (Greece) - Ελληνικά (Ελλάδα)
                Greek (Greece) - Ελληνικά (Ελλάδα)
              • Hebrew (Israel) - עברית (ישראל)
                Hebrew (Israel) - עברית (ישראל)
              • Hungarian (Hungary) - Magyar (Magyarország)
                Hungarian (Hungary) - Magyar (Magyarország)
              • Indonesian (Indonesia) - Indonesia (Indonesia)
                Indonesian (Indonesia) - Indonesia (Indonesia)
              • Italian (Italy) - Italiano (Italia)
                Italian (Italy) - Italiano (Italia)
              • Japanese (Japan) - 日本語 (日本)
                Japanese (Japan) - 日本語 (日本)
              • Korean (South Korea) - 한국어 (대한민국)
                Korean (South Korea) - 한국어 (대한민국)
              • Lithuanian (Lithuania) - Lietuvių (Lietuva)
                Lithuanian (Lithuania) - Lietuvių (Lietuva)
              • Polish (Poland) - Polski (Polska)
                Polish (Poland) - Polski (Polska)
              • Portuguese (Brazil) - Português (Brasil)
                Portuguese (Brazil) - Português (Brasil)
              • Romanian (Romania) - Română (România)
                Romanian (Romania) - Română (România)
              • Russian (Russia) - Русский (Россия)
                Russian (Russia) - Русский (Россия)
              • Spanish (Spain) - Español (España)
                Spanish (Spain) - Español (España)
              • Turkish (Türkiye) - Türkçe (Türkiye)
                Turkish (Türkiye) - Türkçe (Türkiye)
              • Ukrainian (Ukraine) - Українська (Україна)
                Ukrainian (Ukraine) - Українська (Україна)
              • Vietnamese (Vietnam) - Tiếng Việt (Việt Nam)
                Vietnamese (Vietnam) - Tiếng Việt (Việt Nam)
              • Extension Manager
              • Enable Extension Manager
              • File Operations
              • Autosave Documents
              • Download
                Download the file to your computer
              • Duplicate Notebook
              • Open from Path…
                Open from path
              • Open from URL…
                Open from URL
              • Reload Notebook from Disk
                Reload contents from disk
              • Revert Notebook to Checkpoint…
                Revert contents to previous checkpoint
              • Save Notebook
                Save and create checkpoint
                Ctrl+S
              • Save Notebook As…
                Save with new path
                Ctrl+Shift+S
              • Show Active File in File Browser
              • Trust HTML File
                Whether the HTML file is trusted. Trusting the file allows scripts to run in it, which may result in security risks. Only enable for files you trust.
              • Help
              • About JupyterLab
              • Jupyter Forum
              • Jupyter Reference
              • JupyterLab FAQ
              • JupyterLab Reference
              • Launch Jupyter Notebook File Browser
              • Licenses
              • Markdown Reference
              • Reset Application State
              • Show Keyboard Shortcuts
                Show relevant keyboard shortcuts for the current active widget
                Ctrl+Shift+H
              • Hub
              • Hub Control Panel
                Open the Hub control panel in a new browser tab
              • Log Out
                Log out of the Hub
              • Image Viewer
              • Flip image horizontally
                H
              • Flip image vertically
                V
              • Invert Colors
                I
              • Reset Image
                0
              • Rotate Clockwise
                ]
              • Rotate Counterclockwise
                [
              • Zoom In
                =
              • Zoom Out
                -
              • Kernel Operations
              • Shut Down All Kernels…
              • LaTeX Editor
              • New LaTeX File
                Create a new LaTeX file
              • Launcher
              • New Launcher
                Ctrl+Shift+L
              • Main Area
              • Activate Next Tab
                Ctrl+Shift+]
              • Activate Next Tab Bar
                Ctrl+Shift+.
              • Activate Previous Tab
                Ctrl+Shift+[
              • Activate Previous Tab Bar
                Ctrl+Shift+,
              • Activate Previously Used Tab
                Ctrl+Shift+'
              • Close All Other Tabs
              • Close All Tabs
              • Close Tab
                Alt+W
              • Close Tabs to Right
              • End Search
                Esc
              • Find Next
                Ctrl+G
              • Find Previous
                Ctrl+Shift+G
              • Find…
                Ctrl+F
              • Presentation Mode
              • Reset Default Layout
              • Show Header Above Content
              • Show Left Activity Bar
              • Show Left Sidebar
                Ctrl+B
              • Show Log Console
              • Show Right Activity Bar
              • Show Right Sidebar
              • Show Status Bar
              • Simple Interface
                Ctrl+Shift+D
              • Notebook Cell Operations
              • Change to Code Cell Type
                Y
              • Change to Heading 1
                1
              • Change to Heading 2
                2
              • Change to Heading 3
                3
              • Change to Heading 4
                4
              • Change to Heading 5
                5
              • Change to Heading 6
                6
              • Change to Markdown Cell Type
                M
              • Change to Raw Cell Type
                R
              • Clear Cell Output
                Clear outputs for the selected cells
              • Collapse All Code
              • Collapse All Outputs
              • Collapse Selected Code
              • Collapse Selected Outputs
              • Copy Cell
                Copy this cell
                C
              • Cut Cell
                Cut this cell
                X
              • Delete Cell
                Delete this cell
                D, D
              • Disable Scrolling for Outputs
              • Enable Scrolling for Outputs
              • Expand All Code
              • Expand All Outputs
              • Expand Selected Code
              • Expand Selected Outputs
              • Extend Selection Above
                Shift+K
              • Extend Selection Below
                Shift+J
              • Extend Selection to Bottom
                Shift+End
              • Extend Selection to Top
                Shift+Home
              • Insert Cell Above
                Insert a cell above
                A
              • Insert Cell Below
                Insert a cell below
                B
              • Insert Heading Above Current Heading
                Shift+A
              • Insert Heading Below Current Heading
                Shift+B
              • Merge Cell Above
                Ctrl+Backspace
              • Merge Cell Below
                Ctrl+Shift+M
              • Merge Selected Cells
                Shift+M
              • Move Cell Down
                Move this cell down
                Ctrl+Shift+Down
              • Move Cell Up
                Move this cell up
                Ctrl+Shift+Up
              • Paste Cell Above
                Paste this cell from the clipboard
              • Paste Cell and Replace
              • Paste Cell Below
                Paste this cell from the clipboard
                V
              • Redo Cell Operation
                Shift+Z
              • Render Side-by-Side
                Shift+R
              • Run Selected Cell
                Run this cell and advance
                Shift+Enter
              • Run Selected Cell and Do not Advance
                Ctrl+Enter
              • Run Selected Cell and Insert Below
                Alt+Enter
              • Run Selected Text or Current Line in Console
              • Select Cell Above
                K
              • Select Cell Below
                J
              • Select Heading Above or Collapse Heading
                Left
              • Select Heading Below or Expand Heading
                Right
              • Set side-by-side ratio
              • Split Cell
                Ctrl+Shift+-
              • Undo Cell Operation
                Z
              • Notebook Operations
              • Change Kernel…
              • Clear Outputs of All Cells
                Clear all outputs of all cells
              • Close and Shut Down Notebook
              • Collapse All Headings
                Ctrl+Shift+Left
              • Deploy notebook to Python Anywhere
              • Deselect All Cells
              • Enter Command Mode
                Ctrl+M
              • Enter Edit Mode
                Enter
              • Expand All Headings
                Ctrl+Shift+Right
              • Interrupt Kernel
                Interrupt the kernel
              • New Console for Notebook
              • New Notebook
                Create a new notebook
              • Open with Panel in New Browser Tab
              • Preview Notebook with Panel
              • Reconnect to Kernel
              • Render All Markdown Cells
              • Restart Kernel and Clear Outputs of All Cells…
                Restart the kernel and clear all outputs of all cells
              • Restart Kernel and Debug…
                Restart Kernel and Debug…
              • Restart Kernel and Run All Cells…
                Restart the kernel and run all cells
              • Restart Kernel and Run up to Selected Cell…
              • Restart Kernel…
                Restart the kernel
              • Run All Above Selected Cell
              • Run All Cells
                Run all cells
              • Run Selected Cell and All Below
              • Save and Export Notebook: Asciidoc
              • Save and Export Notebook: Executable Script
              • Save and Export Notebook: HTML
              • Save and Export Notebook: LaTeX
              • Save and Export Notebook: Markdown
              • Save and Export Notebook: PDF
              • Save and Export Notebook: Qtpdf
              • Save and Export Notebook: Qtpng
              • Save and Export Notebook: ReStructured Text
              • Save and Export Notebook: Reveal.js Slides
              • Save and Export Notebook: Webpdf
              • Select All Cells
                Ctrl+A
              • Show Line Numbers
                Shift+L
              • Toggle Collapse Notebook Heading
              • Trust Notebook
              • Other
              • Open in Jupyter Notebook
                Notebook
              • Settings
              • Advanced Settings Editor
              • Settings Editor
              • Show Contextual Help
              • Show Contextual Help
                Live updating code documentation from the active kernel
              • Spell Checker
              • Choose spellchecker language
              • Toggle spellchecker
              • Terminal
              • Decrease Terminal Font Size
              • Increase Terminal Font Size
              • New Terminal
                Start a new terminal session
              • Refresh Terminal
                Refresh the current terminal session
              • Use Terminal Theme: Dark
                Set the terminal theme
              • Use Terminal Theme: Inherit
                Set the terminal theme
              • Use Terminal Theme: Light
                Set the terminal theme
              • Text Editor
              • Decrease Font Size
              • Increase Font Size
              • New Markdown File
                Create a new markdown file
              • New Python File
                Create a new Python file
              • New Text File
                Create a new text file
              • Spaces: 1
              • Spaces: 2
              • Spaces: 4
              • Spaces: 4
              • Spaces: 8
              • Theme
              • Decrease Code Font Size
              • Decrease Content Font Size
              • Decrease UI Font Size
              • Increase Code Font Size
              • Increase Content Font Size
              • Increase UI Font Size
              • Theme Scrollbars
              • Use Theme: JupyterLab Dark
              • Use Theme: JupyterLab Light